net.netFD.family (field)
19 uses
net (current package)
fd_posix.go#L21: family int
fd_unix.go#L33: family: family,
fd_unix.go#L180: if netfd, err = newFD(d, fd.family, fd.sotype, fd.net); err != nil {
iprawsock_posix.go#L94: sa, err := addr.sockaddr(c.fd.family)
iprawsock_posix.go#L108: sa, err := addr.sockaddr(c.fd.family)
sock_posix.go#L86: if fd.family == syscall.AF_INET {
sock_posix.go#L93: switch fd.family {
sock_posix.go#L137: if lsa, err = laddr.sockaddr(fd.family); err != nil {
sock_posix.go#L148: if rsa, err = raddr.sockaddr(fd.family); err != nil {
sock_posix.go#L183: if lsa, err = laddr.sockaddr(fd.family); err != nil {
sock_posix.go#L226: switch fd.family {
sock_posix.go#L237: if lsa, err = laddr.sockaddr(fd.family); err != nil {
udpsock_posix.go#L49: switch c.fd.family {
udpsock_posix.go#L75: switch c.fd.family {
udpsock_posix.go#L98: switch c.fd.family {
udpsock_posix.go#L121: switch c.fd.family {
udpsock_posix.go#L147: switch c.fd.family {
udpsock_posix.go#L172: sa, err := addr.sockaddr(c.fd.family)
udpsock_posix.go#L187: switch c.fd.family {
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |